STEP 10: Let's have the kitty say its weight, too! Just like we did for dino!
- Use a Say command to have the kitty_sprite say how much it would weigh on the moon.
- Use str() to combine "I'd weigh " and kitty_moon_weight and " pounds." in the .say() command. Look at the T-rex's .say() command for help!
- Use Wait to have the stage wait 3 seconds.
To navigate the page using the TAB key, first press ESC to exit the code editor.